home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / LaserWriter Training / LaserWriter Fundamentals / Glossary / background_12438.txt < prev    next >
Text File  |  1990-08-24  |  5KB  |  257 lines

  1. -- background: 12438 from stack: in
  2. -- bmap block id: 13283
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Main
  6. ----- HyperTalk script -----
  7. on findLong
  8.   repeat with i = number of this cd+1 to number of cards
  9.     if length (fld 2 of cd i) > 400 then
  10.       go cd i
  11.       exit findLong
  12.     end if
  13.   end repeat
  14. end findLong
  15.  
  16. on checkit
  17.   doMenu "Paste Field"
  18.   choose browse tool
  19.   click at loc of cd fld "SGW"
  20.   if length(fld 2) > 400 then
  21.     set height of cd fld 1 to 300
  22.     set top of cd fld 1 to 20
  23.   end if
  24. end checkit
  25.  
  26. on goDown
  27.   push card
  28.   lock screen
  29.   go cd (short name of target)
  30.   unlock screen with visual dissolve
  31. end goDown
  32.  
  33.  
  34.  
  35. -- part 3 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=450 top=317 right=342 bottom=470
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 20133 / 20133
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: prev
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   goPrev
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 4 (button)
  55. -- low flags: 00
  56. -- high flags: 2000
  57. -- rect: left=469 top=317 right=342 bottom=489
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 21558 / 21558
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: next
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   goNext
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 11 (field)
  74. -- low flags: 01
  75. -- high flags: 0000
  76. -- rect: left=149 top=0 right=24 bottom=512
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 0
  80. -- font id: 21
  81. -- text size: 18
  82. -- style flags: 10240
  83. -- line height: 20
  84. -- part name: cardTitle
  85.  
  86.  
  87. -- part 13 (field)
  88. -- low flags: 01
  89. -- high flags: 0000
  90. -- rect: left=149 top=62 right=290 bottom=497
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 0
  94. -- font id: 208
  95. -- text size: 14
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: cardText
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   handleFieldClick
  102. end mouseUp
  103.  
  104.  
  105. -- part 14 (field)
  106. -- low flags: 01
  107. -- high flags: 0000
  108. -- rect: left=149 top=34 right=56 bottom=512
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 0
  112. -- font id: 21
  113. -- text size: 18
  114. -- style flags: 0
  115. -- line height: 20
  116. -- part name: subTitle
  117.  
  118.  
  119. -- part 23 (button)
  120. -- low flags: 00
  121. -- high flags: 2000
  122. -- rect: left=488 top=317 right=342 bottom=509
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 20842 / 20842
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: return
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   lock screen
  134.   pop card
  135.   unlock screen with visual dissolve
  136. end mouseUp
  137.  
  138.  
  139.  
  140. -- part 30 (button)
  141. -- low flags: 00
  142. -- high flags: 2000
  143. -- rect: left=328 top=317 right=342 bottom=356
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 26316 / 26316
  146. -- text alignment: 0
  147. -- font id: 3
  148. -- text size: 9
  149. -- style flags: 0
  150. -- line height: 12
  151. -- part name: Quit
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   lock screen
  155.   repeat
  156.     pop card into dest
  157.     if "Glossary" is not in dest then
  158.       set lockmessages to true
  159.       go dest
  160.       exit repeat
  161.     end if
  162.   end repeat
  163.   exitStack
  164.   unlock screen with visual dissolve
  165. end mouseUp
  166.  
  167.  
  168.  
  169. -- part 31 (button)
  170. -- low flags: 00
  171. -- high flags: 2000
  172. -- rect: left=359 top=317 right=342 bottom=387
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 9542 / 9542
  175. -- text alignment: 0
  176. -- font id: 3
  177. -- text size: 9
  178. -- style flags: 0
  179. -- line height: 12
  180. -- part name: Help
  181. ----- HyperTalk script -----
  182. on mouseUp
  183.   lock screen
  184.   repeat
  185.     pop card into dest
  186.     if "Glossary" is not in dest then
  187.       set lockmessages to true
  188.       go dest
  189.       exit repeat
  190.     end if
  191.   end repeat
  192.   goHelp
  193.   openCard
  194.   unlock screen with visual dissolve
  195. end mouseUp
  196.  
  197.  
  198.  
  199. -- part 33 (button)
  200. -- low flags: 00
  201. -- high flags: 2000
  202. -- rect: left=390 top=317 right=342 bottom=418
  203. -- title width / last selected line: 0
  204. -- icon id / first selected line: 16490 / 16490
  205. -- text alignment: 0
  206. -- font id: 3
  207. -- text size: 9
  208. -- style flags: 0
  209. -- line height: 12
  210. -- part name: Menu
  211. ----- HyperTalk script -----
  212. on mouseUp
  213.   lock screen
  214.   repeat
  215.     pop card into dest
  216.     if "Glossary" is not in dest then
  217.       set lockmessages to true
  218.       go dest
  219.       exit repeat
  220.     end if
  221.   end repeat
  222.   menu
  223.   openCard
  224.   unlock screen with visual dissolve
  225. end mouseUp
  226.  
  227.  
  228.  
  229. -- part 34 (button)
  230. -- low flags: 00
  231. -- high flags: 2000
  232. -- rect: left=421 top=317 right=342 bottom=449
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 17501 / 17501
  235. -- text alignment: 0
  236. -- font id: 3
  237. -- text size: 9
  238. -- style flags: 0
  239. -- line height: 12
  240. -- part name: Map
  241. ----- HyperTalk script -----
  242. on mouseUp
  243.   lock screen
  244.   repeat
  245.     pop card into dest
  246.     if "Glossary" is not in dest then
  247.       set lockmessages to true
  248.       go dest
  249.       exit repeat
  250.     end if
  251.   end repeat
  252.   map
  253.   openCard
  254.   unlock screen with visual dissolve
  255. end mouseUp
  256.  
  257.